home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue45 / Clinic / ClientFormU.dfm / ClientFormU.txt
Encoding:
Text File  |  2000-11-02  |  661 b   |  35 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 444
  5.   Height = 191
  6.   Caption = 'CORBA Client'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 417
  22.     Height = 145
  23.     AutoSize = False
  24.     Caption = 'Server not available'
  25.     WordWrap = True
  26.   end
  27.   object Timer1: TTimer
  28.     Enabled = False
  29.     Interval = 500
  30.     OnTimer = Timer1Timer
  31.     Left = 72
  32.     Top = 64
  33.   end
  34. end
  35.